Coder Social home page Coder Social logo

blog's People

Contributors

alenoosh avatar alirezaalgo avatar dschreck avatar hamid avatar jalvarado91 avatar manshu avatar siavash13 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

blog's Issues

package can't etablish a connexion to database

Hello there,

I would like to use the blog system. Bur I have a problem running : php artisan blog:install
1ca7b5a21f67ac85683e3ac21b977c00

It seems to be a pb to connect to the database, my application is correctly connect to my database, I don't undersant why the package can't etablish a connexion.

Thank you

Installation problem

I get the following error when I run composer update.

Script php artisan optimize handling the post-update-cmd event returned with an error

[RuntimeException]
Error Output: PHP Fatal error: Uncaught ReflectionException: Cla
ss log does not exist in /Users/sokada/Code/laravelpanel/vendor/l
aravel/framework/src/Illuminate/Container/Container.php:734
Stack trace:
#0 /Users/sokada/Code/laravelpanel/vendor/laravel/framework/src/I
lluminate/Container/Container.php(734): ReflectionClass->__constr
uct('log')
#1 /Users/sokada/Code/laravelpanel/vendor/laravel/framework/src/I
lluminate/Container/Container.php(629): Illuminate\Container\Cont
ainer->build('log', Array)
#2 /Users/sokada/Code/laravelpanel/vendor/laravel/framework/src/I
lluminate/Foundation/Application.php(697): Illuminate\Container\C
ontainer->make('log', Array)
#3 /Users/sokada/Code/laravelpanel/vendor/laravel/framework/src/I
lluminate/Container/Container.php(849): Illuminate\Foundation\App
lication->make('log')
#4 /Users/sokada/Code/laravelpanel/vendor/laravel/framework/src/I
lluminate/Container/Container.php(804): Illuminate\Container\Cont
ainer->resolveClass(Object(ReflectionParameter))
#5 /Users/sokada/Code/laravelpanel/vendor/laravel/framework/src/I
in /Users/sokada/Code/laravelpanel/vendor/laravel/framework/src/
Illuminate/Container/Container.php on line 734

CSS Linking?

I see in your views that you link to your assets in the following way:

<link href="{{asset("packages/serverfireteam/blog/libs/syntaxhighlighter/styles/shCore.css")}}" rel="stylesheet" type="text/css" />

Won't this break? Since we won't have the packages/ folder but it will be in the vendor folder?

How works roles

Regards

I had been reading in the documentation about roles but I don't founded anythin , could you tell me please how works the roles with the middlewares?

Thanks a lot.

404 error

The blog post links return a 404 page not found error.

Laravel 5.4

What should we add at the require section if it is laravel 5.4?

Ubuntu: class Serverfireteam\blog\BlogServiceProvider not found

After adding the servideprovider to the app.php config file i get the error: Class 'Serverfireteam\blog\BlogServiceProvider' not found in /var/www/html/laravel/vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php on line 150

When following the same steps on a windows or mac i get no errors.

when i run php artisan vendor:publish

when i run php artisan vendor:publish then it creates blog folder in views but still use the views in vendor\serverfireteam\blog\src\views .
help me so i can use its views in resources\views\blog folder

Error URL

I have tried this package, and actually love it, but clicking on t
errourl
he post happens this error, can help me?

Base URL not changing.

I have tried this package, and actually love it. I am having difficulty changing single post url. It's showing me the following url.

http://localhost/blog/post/1/name-of-thepost

I need to change it to the current site url.

URL can be changed by adding APP_URL in .env file.

Also it's not reading views from the resource/views folder. It's reading views from the vendor folder.

The file "" does not exist

Installed package following Readme on a newly created laravel 5.2 project. When I go to /panel and want to upload an image when creating/editing new blog post I get an error:

FileNotFoundException in File.php line 37:
The file "" does not exist

but file is uploaded.

Add inline model form to panel add/edit mode

Is there any solution to implement inline model from to panel add/edit mode.
for example:
I have two model (Product, ProductPhoto),
even Product have many ProductPhoto;
now, I want to create admin panel for Product that user can add/edit Product and ProductPhoto in one page.
is there any solution?

Class 'Serverfireteam\Blog\BlogServiceProvider' not found in /var/www/html/nt/vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php on line 146 [Symfony\Component\Debug\Exception\FatalErrorException] Class 'Serverfireteam\Blog\BlogServiceProvider' not found

Hi ,i m trying to install serverfireteam package but it is showing Class 'Serverfireteam\Blog\BlogServiceProvider' not found in /var/www/html/nt/vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php on line 146

[Symfony\Component\Debug\Exception\FatalErrorException]
Class 'Serverfireteam\Blog\BlogServiceProvider' not found

Views Issue

I fixed this issue last time, and looks like when i pull the package into my server, it's still showing me the old package. Can you change ?

public function boot()
    {

        $this->loadViewsFrom(base_path('resources/views/blog'), 'blog');
        $this->publishes([
            __DIR__.'/../../views' => base_path('resources/views/blog'),
        ]);
        include __DIR__."/../../routes.php";
    }

Unable to composer update

Your requirements could not be resolved to an installable set of packages.

Problem 1
- Installation request for serverfireteam/blog 2.* -> satisfiable by serverfireteam/blog[2.0].
- serverfireteam/blog 2.0 requires serverfireteam/panel 1.4.* -> satisfiable by serverfireteam/panel[1.4.0, 1.4.1,
.4.2, 1.4.3, 1.4.4, 1.4.5, 1.4.6, 1.4.7] but these conflict with your requirements or minimum-stability.

Any way to solve?

How can i use it for laravel 5.4?

Hi
i want to install this package to my exisiting laravel project.
my project has built by laravel 5.4.
would you explain me how to use it for laravel 5.4?
thanks

elFinder Invalid Backend

I receive the following error when trying to insert an image into a blog post:

Invalid backend configuration. Readable volumes not available.

Wiews File

Hi.

I instal blog package. And my views files are in appfolder/vendor/serverfireteam/blog/src/views
I wound like to be in appfolder/resources/views

Actually there are there, but can not make any changes on this views path. Only on appfolder/vendor/serverfireteam/blog/src/views

Hove I set to make views changes in appfolder/resources/views

Tnx a lot

Middlewares in Laravel Panel

I am using this awesome tool, and I have a dobout how I can Handler the middlewares from roles?.

I ask this because I donft found how know if I am loggin within Laravel Panel

Thanks a lot for your time, and thanks for make our life more easy.

condition about add

please how can i make a condition about link add in panel dachborad.blade.php, in my project a admin can't modify or add an user, how can i make a condition if $box=users, i'll not whow a link add,
plz im beginer in laravel i need your help.

thank you.

listuser
modify
panel dach

migrate problem with pgsql

[Illuminate\Database\QueryException]
SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near "" LINE 1: ALTER TABLEblogADDcolorVARCHAR(10) NOT NULL AFTERs...
^ (SQL: ALTER TABLE blog ADD color VARCHAR(10) NOT NULL AFTER socialPoint;)

[PDOException]
SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near "" LINE 1: ALTER TABLEblogADDcolorVARCHAR(10) NOT NULL AFTERs...
^

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.