https://github.com/structlooper/solidgarbanzo_str
Project For three users Super Admin & teacher | Student
https://github.com/structlooper/solidgarbanzo_str
Last synced: 8 months ago
JSON representation
Project For three users Super Admin & teacher | Student
- Host: GitHub
- URL: https://github.com/structlooper/solidgarbanzo_str
- Owner: structlooper
- License: mit
- Created: 2019-11-21T16:51:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T01:34:40.000Z (about 3 years ago)
- Last Synced: 2025-06-20T15:56:04.278Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 1.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# solidGarbanzo_str
To install this laravel project
SuperAdmin Access
mail-> superAdmin@mail.com
password-> 12345678
the all type of users and admin have password [12345678].
You have to follow the following steps
The Project Screens Are Available In Screens Folder
Dont forget to import soluction.sql file
go to the folder where you want to colne the project.
--> open terminal and write "git clone https://github.com/structlooper/solidGarbanzo_str.git"
-->now install composer by cmd "composer install"
-->now copy .env file by cmd "copy .env.example .env"
and open .env file and check database setting
{
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel //write database name
DB_USERNAME=root //user name of your database
DB_PASSWORD= //DB_PASSWORD if configured otherwise leave it
}
-->after this you have to genrate the application key by cmd
"php artisan key:generate"
// it will generate application key set successfully
-->now you have take the DUMP data sql file from this which is Solution.sql and
import it inside your mysql databse.
-->now migrate the database with project cmd "php artisan migrate"
-->now to run development server write cmd "php artisan serve"
it will generate localhost -> http://127.0.0.1:8000/ on this you can view