Skip to content

martinsdeee/xlayout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Total Downloads

PACKAGE IN DEVELOPMENT STAGE

Laravel 4 xLayout Package

Package for webpage layout

Package contains

  • Master layout
  • Bootstrap 3
  • Partials
    • Navigation
    • Footer
    • Admin Dashboard
  • Pages
    • Home Page
    • About Page
    • Contacts Page

    Installation

Begin by installing this package through Composer. Edit your project's composer.json file to require martinsdeee/xlayout.

{
    "require": {
        "martinsdeee/xlayout": "dev-master"
    }
}

Next, update Composer from the Terminal:

composer update

Once this operation completes, the final step is to add the service provider. Open app/config/app.php, and add a new item to the providers array.

'Martinsdeee\Xlayout\XlayoutServiceProvider',
'Way\Form\FormServiceProvider'

Publish assets

php artisan asset:publish
php artisan asset:publish martinsdeee/xlayout

Migrate database

php artisan migrate --package="martinsdeee/xlayout"

About

Laravel 4 xLayout Package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published