A simple project on Laravel
git clone [email protected]:H-Gh/eTicket.git
composer require
npm install
Create a .env
file from .env.example
then set database connection information in .env
Create your database an now run these commands:
php artisan migrate
php artisan db:seed
php artisan key:generate
php artisan serve
Now lunch your web browser and go to this address. Login using this information:
Username:
superAdmin@eTicket
Password:
eTicketSuperAdminPassword