An open API service indexing awesome lists of open source software.

https://github.com/stnc/donation_app

Laravel donation applicaiton php olan
https://github.com/stnc/donation_app

laravel laravel-framework php

Last synced: about 2 months ago
JSON representation

Laravel donation applicaiton php olan

Awesome Lists containing this project

README

          

# laravel book seller ecommerce tutorials

https://github.com/nunomaduro/collision

admin panel user interface
https://designrevision.com/downloads/shards-dashboard-lite/

laravel admin auth
https://scotch.io/tutorials/how-to-implement-multiple-user-authentications-using-laravel-guards
https://github.com/fisayoafolayan/laravel-multiple-auth

https://sebastiandedeyne.com/passing-data-to-layouts-in-blade-through-extends/

view bilgileri için
https://scotch.io/tutorials/how-to-implement-multiple-user-authentications-using-laravel-guards
Laravel 5.7

TODO
https://laravel-news.com/how-to-add-tagging-to-your-laravel-app

roles
https://stackoverflow.com/questions/37093523/laravel-how-to-check-if-user-is-admin
https://medium.com/justlaravel/how-to-use-middleware-for-content-restriction-based-on-user-role-in-laravel-2d0d8f8e94c6
https://www.codementor.io/okoroaforchukwuemeka/9-tips-to-set-up-multiple-authentication-in-laravel-ak3gtwjvt
### Installation

1. Clone repo

2. Change to directory

````
laravel-crud-book seller ecommerce
````

3. Install dependencies

````
composer install
````

4. Copy .env file

```
cp .env.example .env
```

5. Modify `DB_*` value in `.env` with your database config.

6. Generate application key:

````
php artisan key:generate
````

7. Migrate
````
php artisan migrate
````

8. Install Node modules
````
npm install
````

9. Build

````
npm run prod
````

### Dummy Data

1. Open Tinker

````
php artisan tinker
````

Step 1= Ecommerce

STEP =REACT JS (comming soon )

##PROBLEMS

laravel The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths.

In my case, I have run these two commands and it works fine.

1-php artisan key:generate

2-php artisan config:cache

# donation_app