git clone https://github.com/nestinho/resto.git
cd resto
3. rename the file name .env.example
to .env
or copy it and rename paste it at the project root and name it .env
.You can simply use this command.
cp .env.example .env
php artisan key:generate
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=resto
DB_USERNAME=root
DB_PASSWORD=
composer install/ composer update
php artisan migrate
You can also import the tms.sql file in the database folder.
You can also import the resto.sql file in the .DB folder.
http://localhost/resto
email: [email protected]
password: admin