Skip to content

hairullana/mimpy.id-laravel

Repository files navigation

Mimpy.ID - Laravel

Same as Mimpy.ID - https://github.com/hairullana/mimpy.id but use Laravel v8

Overall done, but I want to improve the frontend (but I'm weak here). Besides that I want to add some new features in the future.


INSTALLING

1. Clone this repo

git clone https://github.com/hairullana/mimpy.id-laravel

2. Change directory

cd mimpy.id-laravel

3. Create and Setup .env file (syntax in linux terminal)

cp .env.example .env

4. Install composer

composer install

if you get an error, use this command

composer update

5. Generate key

php artisan key:generate

6. Migrate database dan seeding

php artisan migrate:fresh --seed

7. Activate laravel storage

php artisan artisan storage:link

8. Run application

php artisan serve

INTERFACE

home

service

job

about

register

logim