A simple project on Laravel
git clone git@github.com:H-Gh/eTicket.git
composer requirenpm installCreate a .env file from .env.example then set database connection information in .env
Create your database an now run these commands:
php artisan migratephp artisan db:seedphp artisan key:generatephp artisan serveNow lunch your web browser and go to this address. Login using this information:
Username:
superAdmin@eTicket
Password:
eTicketSuperAdminPassword