Skip to content

Commit 781f175

Browse files
authored
Merge pull request #231 from viralsolani/develop
Merge Develop Branch
2 parents 9f05ba4 + 5d765f2 commit 781f175

File tree

65 files changed

+9767
-2837
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+9767
-2837
lines changed

.env.example

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,20 @@ CACHE_DRIVER=file
2121
SESSION_DRIVER=file
2222
QUEUE_DRIVER=sync
2323

24+
#Session Timeout
25+
SESSION_TIMEOUT_STATUS=true
26+
#In Seconds
27+
SESSION_TIMEOUT=600
28+
2429
REDIS_HOST=127.0.0.1
2530
REDIS_PASSWORD=null
2631
REDIS_PORT=6379
2732

2833
MAIL_DRIVER=smtp
2934
MAIL_HOST=smtp.mailtrap.io
3035
MAIL_PORT=2525
36+
MAIL_FROM=viral.solani@gmail.com
37+
MAIL_FROM_NAME=Admin
3138
MAIL_USERNAME=null
3239
MAIL_PASSWORD=null
3340
MAIL_ENCRYPTION=null

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Give your project a Head Start by using [laravel-adminpanel](https://github.com/
2727
## Built-in Laravel Boilerplate Module Generator
2828
It gives you the ability to create a module using a sweet GUI, where you put in the Module Name and it will generate all the necessary files for you, like Model, Traits, Relationship, Migration, Controllers, Views and routes. So when you are done creating a module, you can directly go to the route generated and see your new module. Since, this does not have the ability to generate table fields for now, so you have to write the migration file that is generated and run a manual php artisan migrate command, and you are good to go.
2929

30+
We are using the module generator as a package, you can find it here: [Module Generator For Laravel Adminpanel](https://github.com/bvipul/generator).
31+
3032
## Installation
3133

3234
Please check the official laravel installation guide for server requirements before you start. [Official Documentation](https://laravel.com/docs/5.6/installation#installation)

app/Helpers/Macros/Macros.php

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)