2017 © Pedro Peláez
 

library content

Core content for multipurpose such as blog etc, if the web need more detail content info please create child table from content

image

webappid/content

Core content for multipurpose such as blog etc, if the web need more detail content info please create child table from content

  • Thursday, July 26, 2018
  • by dyan.galih
  • Repository
  • 1 Watchers
  • 1 Stars
  • 86 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 14 Versions
  • 0 % Grown

The README.md

laravel-content

A Laravel-based Content Management System Core Package, (*1)

laravel-content serves as the foundational package for building a comprehensive Content Management System (CMS) powered by the Laravel framework. It provides the essential structure and functionalities needed to manage your application's content efficiently., (*2)

Requirements

This package requires Laravel's built-in authentication system to be set up and configured., (*3)

Installation and Setup

Follow these steps to integrate laravel-content into your Laravel project:, (*4)

  1. Scaffold Laravel Authentication:, (*5)

    php artisan make:auth
    
  2. Run Initial Migrations:, (*6)

    php artisan migrate
    
  3. Update User Model Namespace: Move your User.php model from the App\ namespace to App\Http\Models\., (*7)

    Before:, (*8)

    // App/User.php
    namespace App;
    

    After:, (*9)

    // App/Http/Models/User.php
    namespace App\Http\Models;
    
  4. Create Default Admin User: Ensure you have a default administrator user with an id of 1 in your users table. This user will be recognized as the admin by the package., (*10)

  5. Install the Package:, (*11)

    composer require webappid/content
    
  6. Run Package Migrations:, (*12)

    php artisan migrate
    

    (Note: This step is crucial to create the necessary tables for laravel-content.), (*13)

  7. Seed Default Data:, (*14)

    php artisan webappid:content:seed
    

    This command will insert essential default data for the package. It's designed to only insert new data and will not overwrite any existing information in your database., (*15)


Support

If you have any questions or encounter issues while using this package, please don't hesitate to reach out. You can email me at dyan.galih@gmail.com., (*16)

Acknowledgements

A big thank you to everyone who contributed to the development and improvement of this package!, (*17)

The Versions

26/07 2018

dev-master

9999999-dev

Core content for multipurpose such as blog etc, if the web need more detail content info please create child table from content

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dyan Galih

25/07 2018

1.0.13

1.0.13.0

Core content for multipurpose such as blog etc, if the web need more detail content info please create child table from content

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dyan Galih

02/07 2018

1.0.11

1.0.11.0

Core content for multipurpose such as blog etc, if the web need more detail content info please create child table from content

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dyan Galih

02/07 2018

dev-develop

dev-develop

Core content for multipurpose such as blog etc, if the web need more detail content info please create child table from content

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dyan Galih

02/07 2018

1.0.12

1.0.12.0

Core content for multipurpose such as blog etc, if the web need more detail content info please create child table from content

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dyan Galih

28/06 2018

1.0.10

1.0.10.0

Core content for multipurpose such as blog etc, if the web need more detail content info please create child table from content

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dyan Galih

28/06 2018

1.0.9

1.0.9.0

Core content for multipurpose such as blog etc, if the web need more detail content info please create child table from content

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dyan Galih

27/06 2018

1.0.8

1.0.8.0

Core content for multipurpose such as blog etc, if the web need more detail content info please create child table from content

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dyan Galih

27/06 2018

1.0.7

1.0.7.0

Core content for multipurpose such as blog etc

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dyan Galih

25/06 2018

1.0.5

1.0.5.0

Core content for multipurpose such as blog etc

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dyan Galih

19/06 2018

1.0.4

1.0.4.0

Core content for multipurpose such as blog etc

  Sources   Download

MIT

by Dyan Galih

19/06 2018

1.0.3

1.0.3.0

Core content for multipurpose such as blog etc

  Sources   Download

MIT

by Dyan Galih

19/06 2018

1.0.2

1.0.2.0

Core content for multipurpose such as blog etc

  Sources   Download

MIT

by Dyan Galih

19/06 2018

1.0.1

1.0.1.0

Core content for multipurpose such as blog etc

  Sources   Download

MIT

by Dyan Galih