
Ampps is a platform for laravel
Jul 30, 2017 · 1 min read
- Local server: As a developer you are known with local server . It is main issue that which local server do you use .
MAMP is the most popular application in OSX to run local server. for WAMP or XAMPP are the popular for windows .
Now time for Ampps . AMPPS is a free application, and available for Windows , Linus and OSX. It is packed with loads of feature, and it does more than just run a local server.
- AMPPS is an easy to install software stack of Apache, Mysql, PHP, Perl, Python and Softaculous auto-installer that can be used on Desktops and office servers
- A complete package on your desktop, same like the server that provides many open source web applications. Application Management, Domain management, Database management, etc. are provided in a secure environment to ease your development.
- Softaculous is ready for your desktops with AMPPS to boost your development. Like servers, now auto-installation is possible on your desktop too.
It provides your favourite script installations by the click of a button.
One click laravel install
- Ampps Default mysql
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=your-database
DB_USERNAME=root
DB_PASSWORD=mysql
